/* CSS for Plasma Page*/

/*Define body background and font*/

/*last updated 27 oct 2010*/


body{
	background-image: url(../graphics/textures/purple%20plasma.jpg);
	background-repeat: repeat;
}

h1 {
	color: aqua;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-shadow: 0.2em 0.2em #333;
	background-image: url(../graphics/textures/purple%20plasma.jpg);
}

h2 {
	color: aqua;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;
	text-shadow: 0.2em 0.2em #333}
p {
	color: aqua;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
p.grn {
	color: #566047;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
p3 {
	color: #FF0;
	font-size: 12pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: none;
	background-color:transparent;}



/*table appearance*/

table.main {
	border: 1px;
	cell-spacing: 2px;
	cell-padding: 2px;
	background-color: #FFFFCC;
	empty-cells: hide;
	border-width: 6px;}

td.onecolumn {
	background-color:#FFFFCC;
	text-align: left;
	vertical-align: top;
	font-family: arial, helvetica;
	font-size: 14pt;
}

td.normal {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-color: #566047;
}
td.normal2 {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-color: #566047;
}


td.tdilink {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-color: #0f3b5f;
}


td.title {
	background-color:#d7d7d7;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bold;
	font-color: #566047;
}

td.smtitle{
	background-color:#d7d7d7;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bold;}
	
td.smtitle2{
	background-color:#d7d7d7;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-weight: bold;}

td.grntitle{
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: none;
	font-color: #566047;}	


/*This part inserts the graphic bar at the top of each page*/

#headline1 {
	background-image: url(graphics/plain1border.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top:60px;
	padding-bottom: 10px;
}


/*This part inserts the graphic bar at the bottom of each page*/

#headline2 {
	background-image: url(graphics/plain1border.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

/*This part determines the link appearance*/

a:link{
	font-weight: none;
	font-size: 10pt;
	text-decoration: none;
	color: #566047;
	font-weight: bold;}


a:visited{
	text-decoration: none;
	color: gray;
	font-weight: bold;}

a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #566047;}

a.plasma:active{
	font-weight: bold;
	text-decoration: underline;
	color: black;}

a.plasma:link{
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #566047;}


a.plasma:visited{
	text-decoration: bold;
	font-size: 10pt;
	color: gray;
	font-weight: bold;}

a.plasma:hover{
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
	color: #566047;}

a.plasma:active{
	font-weight: bold;
	text-decoration: underline;
	color: black;}




a.tdilink {
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-color: navy;}


a.tdilink: visited {
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-color: gray;}

a.tdilink: hover{
	color: black;
	text-decoration: underline;}

a.tdilink: active{
	color: black;
	text-decoration: underline;}
